home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / ace18b.zip / KTS.ZIP / ANSI.ASC next >
Text File  |  1993-11-01  |  323b  |  16 lines

  1.  
  2. ; VT102
  3. ; Note: characters 32 decimal and below may be represented with a
  4. ;       corresponding ^ prefix. ^A = 1, ^Z = 26, ^[ = 27 ^` =32
  5. TAB       ^I
  6. DEL/.     
  7. HOME/7    ^[[H
  8. UP/8      ^[[A
  9. DOWN/2    ^[[B
  10. LEFT/4    ^[[D
  11. RIGHT/6   ^[[C
  12. CTRL-PGDN  ^[[H^[[2J
  13. END/1     ^[[K
  14. CTRL-HOME  ^[[L
  15. CTRL-PGUP  ^[[M
  16.